projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361f91f
)
Seal 3 remaining fields in GtkButton.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:57 +0000
(11:03 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:57 +0000
(11:03 +0000)
svn path=/trunk/; revision=20556
gtk/gtkbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkbutton.h
b/gtk/gtkbutton.h
index bdfbfc0af8f9833559d0430950d0d14e5669b930..6264a071f51516000243c375bebd7f42289e026d 100644
(file)
--- a/
gtk/gtkbutton.h
+++ b/
gtk/gtkbutton.h
@@
-54,11
+54,11
@@
struct _GtkButton
{
GtkBin bin;
- GdkWindow *
event_window
;
+ GdkWindow *
GSEAL (event_window)
;
- gchar *
label_text
;
+ gchar *
GSEAL (label_text)
;
- guint
activate_timeout
;
+ guint
GSEAL (activate_timeout)
;
guint GSEAL (constructed : 1);
guint GSEAL (in_button : 1);